home *** CD-ROM | disk | FTP | other *** search
- u PRINT THIS
-
- GET CURRENT DEVICE NUMBER
- -------------------------
-
- Make your programs work from any
- drive -- even if all you have is Drive
- 8. Use this routine at the beginning
- of your program:
-
- 10 DV=PEEK(186):IFDV<8THENDV=8
-
- Then use DV for every drive number.
-
-